runtime.arenaHint.down (field)

4 uses

	runtime (current package)
		malloc.go#L673: 		if hint.down {
		malloc.go#L687: 			if !hint.down {
		malloc.go#L726: 		hint.addr, hint.down = uintptr(v), true
		mheap.go#L343: 	down bool